home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr27 / bootr212.zip / BOOTRED.REV < prev    next >
Text File  |  1995-03-12  |  21KB  |  475 lines

  1.                       BOOT'R Editor Revision History
  2.  
  3.  
  4. 03-12-95 ■ Version 2.12
  5.  
  6.          . Added support for the screen blanker interval and speed
  7.            options on the Defaults screen.  The new screen blanker is
  8.            only invoked on the BOOT'R button menu.  It is not currently
  9.            supported from within the BOOT'R Editor.
  10.  
  11.          . Added support for an "Explode Delay" on the Defaults screen
  12.            to allow users to modify the BOOT'R Editor's exploding effects
  13.            delay for dialog boxes.  The default value is 3.
  14.  
  15.          . Changed the name of the "Delays" screen to the "Defaults"
  16.            screen, since new options will be added.
  17.  
  18.  
  19. 01-24-95 ■ Version 2.11
  20.  
  21.          . Set up temporary variables for settings on the Defaults,
  22.            Pre-Reboot Instructions, and Registration screens.  Previously,
  23.            INI file settings were modified directly, instead of setting
  24.            up a temporary variable to contain the values.  Temporary
  25.            values are saved as the default when Ok is selected on each
  26.            of the respected dialog boxes.
  27.  
  28.  
  29. 01-14-95 ■ Version 2.10
  30.  
  31.          . Enabled the BOOT'R Editor to use XMS memory, if available.
  32.            (For use in the DOS swapping routines.)
  33.  
  34.          . Addressed several memory issues with the new BOOT'R text
  35.            editor.  Limitations are as follows:  Each window many contain
  36.            up to 16K of text.  Attempts to load a files more than 16K in
  37.            size will fail with an "Out of memory" error message.  The total
  38.            size of all configuration files may not exceed 32K.  (These
  39.            limits are more than sufficient for most configurations.)
  40.  
  41.          . Added an entirely new text editor to the BOOT'R Editor.
  42.            Instead of using the built-in text editor, the BOOT'R Editor
  43.            now shells to an external program (BEDIT.EXE) that contains
  44.            an MDI Interface (Multiple Document Interface).  Users should
  45.            find this editor much more functional than the previous editor.
  46.            The new editor allows full mouse support for the cut, copy, and
  47.            paste routines.  The new editor also contains an online
  48.            reference for common commands that are found in the CONFIG.SYS,
  49.            AUTOEXEC.BAT, and NET.CFG files.
  50.  
  51.          . Fixed a problem where the BOOT'R Editor did not allow
  52.            Filename #1 to be longer than 30 characters.
  53.  
  54.          . Added a custom exit procedure to be executed in the event
  55.            that a Runtime error occurs.
  56.  
  57.  
  58. 10-19-94 ■ Version 2.05
  59.  
  60.            . Added significant improvements to the monochrome video
  61.              support.
  62.  
  63.            . Reduced the default prelog delay time to 3 seconds to comply
  64.              with ASP standards.  STSI is now an author member of the
  65.              Association of Shareware Professionals!
  66.  
  67.  
  68. 07-09-94 ■ Version 2.04
  69.  
  70.            . Fixed a problem where the Tab character (#9) was not being
  71.              properly converted to space characters when a file was
  72.              loaded or imported into the editor.  Created a work-around so
  73.              that a tab character is converted into the number of spaces
  74.              specified as the Tab-To-Spaces default, located on the
  75.              new Editor Options screen.
  76.  
  77.  
  78. 06-28-94 ■ Version 2.03
  79.  
  80.            . Fixed a problem in the INSTALL.EXE program distributed
  81.              with the previous version where a Runtime Error #3 would
  82.              occur when Ok was selected to install BOOT'R.  I/O checking
  83.              was not disabled in the stIsDirectory routine that was
  84.              being called to verify the validity of the directory.
  85.  
  86.  
  87. 06-24-94 ■ Version 2.02
  88.  
  89.            . Fixed a potential problem when a file was loaded or
  90.              inserted into the text being edited.  If a ^Z (end of file
  91.              marker) existed at the end of the loaded (or inserted) file,
  92.              the BOOT'R Editor would write it to the .BTR file, and in
  93.              essence, would eliminate any later files that the BOOT'R
  94.              Editor attempted to write to the .BTR file.  Modified the
  95.              code to strip any ^Z characters from the string to be
  96.              written before actually writing it to the disk.
  97.  
  98.            . Added an "F1=Help" string to the bottom of the screen to
  99.              inform users of the availability of the help system.
  100.  
  101.            . Changed the header on the New Configuration screen to
  102.              "Enter Configuration Filename" instead of "Enter BOOT'R
  103.              Filename".
  104.  
  105.            . Fixed a problem where the BOOT'R Editor would trim leading
  106.              spaces off of text when reading it from the .BTR file into
  107.              the editing screen.
  108.  
  109.  
  110. 05-26-94 ■ Version 2.01
  111.  
  112.            . Fixed intermittent problem with the Help system.  Calling
  113.              up the Help Topic Index would not always allow a topic to
  114.              be selected for viewing.
  115.  
  116.  
  117. 05-13-94 ■ Version 2.00
  118.  
  119.            . Modified print dialog box to allow the entry of strings
  120.              in the filename field up to 127 characters.  Previous
  121.              limit was set at 30.
  122.  
  123.            . Set up global error handling for dialog boxes.
  124.  
  125.            . Updated documentation file, and added context-sensitive
  126.              help.
  127.  
  128.            . Rewrote the BOOT'R Editor in a new programming language.
  129.              The new color scheme is CGA compatible.
  130.  
  131.  
  132. 10-25-93 ■ Version 1.11
  133.  
  134.            . Added extra code to make sure that the Configuration
  135.              name can only be 8 characters long, with a 3 character
  136.              extension.
  137.  
  138.            . Forced the BOOT'R Editor to use a full path along with
  139.              the configuration name to make sure that files were 
  140.              being saved properly.
  141.  
  142.            . Fixed a problem where the BOOT'R Editor was not warning
  143.              users about changes to an open configuration before
  144.              attempting to close it when a new configuration was 
  145.              created.
  146.  
  147.            . Fixed problem(s) where the BOOT'R Editor was not always
  148.              saving the configuration file under the correct name.
  149.  
  150.  
  151. 09-19-93 ■ Version 1.10
  152.  
  153.            . Modified code to use the .BTR filename as the configuration
  154.              name to be assigned when a .BTR file is read, or as the
  155.              configuration name to be written to the first line of the 
  156.              .BTR file
  157.  
  158.            . Added support for the BOOT'R Editor to recognize
  159.              valid registration numbers and either confirm that
  160.              a valid number was entered, or issue an error message
  161.              of an invalid number.  Also added support for the
  162.              BOOT'R Editor to recognize temporary registration numbers
  163.              for credit card users.
  164.  
  165.            . Added an exiting confirmation box to the BOOT'R
  166.              Editor.
  167.  
  168.            . Fixed a problem where the editor was not always
  169.              properly redrawing the screen after text was 
  170.              pasted using a SHIFT-INSERT.
  171.  
  172.            . Fixed potential problem where the open and delete
  173.              file routines would not always change to the proper
  174.              directory when the user entered a manual full path
  175.              file name.  Problem was due to recursion.
  176.  
  177.            . Fixed potential problem where the BOOT'R Editor
  178.              may not have been adding a carriage return and 
  179.              line feed sequence to the end of each line when
  180.              printing the 4th and 5th file text groups.
  181.  
  182.            . Added a "STACK 8192" statement to avoid potential
  183.              problems with "Out of stack space" error messages.
  184.  
  185.            . Gave the BOOT'R Editor a major facelift!  Screens
  186.              are more organized, and less likely to cause 
  187.              confusion.  Updated the open and delete file routines
  188.              with enhancements to accept a fully qualified path
  189.              typed in by the user.
  190.  
  191.            . Changed exit command on menu to read "Exit BOOT'R 
  192.              Editor" instead of "Exit BOOT'R".
  193.            
  194.            . Reduced code size by adding three new control 
  195.              arrays.  (One for filenames on the File List
  196.              screen; One for edit buttons on the File List
  197.              screen; And one for Pre-Reboot Instructions on
  198.              the Defaults Reboot screen.)  Updated code to
  199.              reflect new arrays.
  200.            
  201.            . Fixed problem where a change in the third, fourth,
  202.              or fifth filename fields on the File List screen
  203.              was not generating a Configuration Changed warning
  204.              message.
  205.  
  206.  
  207. 06-24-93 ■ Version 1.0  (Released To The General Public.)
  208.  
  209.  
  210. 06-24-93 ■ Version 0.8  (Internal BETA Version.  Not Released.)
  211.  
  212.            . Corrected slight discrepancy in registration infor-
  213.              mation on Register screen.
  214.            
  215.            . Added commands to trim any leading or trailing 
  216.              spaces from the PreReboot Instruction fields when
  217.              they lose the focus.
  218.            
  219.            . Added commands to highlight the PreReboot Instruc-
  220.              tion fields when they receive the focus.
  221.            
  222.            . Added "Reboot1=" through "Reboot4=" strings to the
  223.              beginning of the Reboot commands in the BOOTR.INI
  224.              file.
  225.  
  226.  
  227. 06-24-93 ■ Version 0.7  (Internal BETA Version.  Not Released.)
  228.  
  229.            . Moved help screen up one line to center it.
  230.            
  231.            . Added BOOT'R Help screen that can be accessed from
  232.              the Help menu.  (Requires BOOTRED.HLP.)
  233.            
  234.            . Added registration information screen that can be
  235.              accessed from the Help menu.
  236.  
  237.            . Added error trapping code to Copy Configuration
  238.              routine.
  239.            
  240.            . Added command to perform copy routine for Copy
  241.              Configuration menu option.
  242.  
  243.            . Added a check to the Open FileName field to see if 
  244.              filename exists in current directory when ENTER is 
  245.              pressed.  If it does exist, the BOOT'R Editor 
  246.              attempts to open it.  If the file does not exist, 
  247.              the BOOT'R Editor advances the cursor to the File
  248.              List Box for manual selection.  (Copied routine to 
  249.              Copy Configuration and Delete Configuration proce-
  250.              dures.)
  251.            
  252.            . Added a warning message after a copy routine is 
  253.              completed.  Warning informs users that a configura-
  254.              tion file must be edited and re-saved before it can
  255.              be successfully used with BOOT'R.  Failure to do so
  256.              could result in operational errors.
  257.            
  258.            . Corrected problem where the BOOT'R Editor issued an
  259.              error message that a configuration had not been
  260.              saved, even though Save had just been selected.  
  261.              (This only occurred when one of the filename fields 
  262.              on the File List screen had been changed.)
  263.            
  264.            . Added code to make the BOOT'R Editor convert a 
  265.              filename field (on the File List screen) to UPPER 
  266.              CASE, if Save is selected, and the cursor remains in
  267.              an active filename field.
  268.            
  269.            . Corrected problem where the ESC key did not invoke a
  270.              "Cancel" event on the New Configuration screen.
  271.            
  272.            . Added code to make the ENTER key act as a TAB key.
  273.              This allows users to press ENTER instead of TAB 
  274.              when they want to move to the next field.  (Does not
  275.              apply on file and directory list boxes.)
  276.            
  277.            . Fixed problem where the first field on the pre-
  278.              reboot settings screen was not receiving the focus
  279.              when it was accessed for a second time.
  280.            
  281.            . Corrected problem with tab index on defaults and
  282.              pre-reboot setting screens.
  283.            
  284.            . Added code to printing routine to make sure that a
  285.              line feed is issued after every line is printed.
  286.            
  287.            . Verified that all file read routines were checking
  288.              for the existence of a file before attempting to
  289.              open or read it.
  290.            
  291.            . Added "About" screen that can be accessed through
  292.              the Help menu.
  293.            
  294.            . Fixed problems where the file list dialog box was 
  295.              not being hidden when the editor was loaded, and the
  296.              editor was not being hidden when the Load Text 
  297.              screen was loaded.
  298.            
  299.            . Added code to always hide the main menu after a user
  300.              selects an option from the menu.
  301.            
  302.            . Added a command to issue a form feed after printing
  303.              configuration information.
  304.            
  305.            . Added code to send complete configuration infor-
  306.              mation to printer.
  307.            
  308.            . Added code to disable the filename field on Printing 
  309.              screen until "File" is selected as the "Print To:" 
  310.              type.
  311.  
  312.            . Fixed problem where the BOOT'R Editor was attempting
  313.              to read the BOOTR.INI file upon initial loading of
  314.              the program.  This caused an error message and term-
  315.              ination of the program if the file BOOTR.INI did not
  316.              exist.  (Screen command was referenced in opening
  317.              code, causing an implicit loading of the editing 
  318.              form.)
  319.            
  320.            . Edited routine used to write .BTR files.  Modified
  321.              code to add a line feed after each carriage return
  322.              when writing lines that were enclose in a text box.
  323.            
  324.            . Changed name of executable file from BOOTR.EXE to
  325.              BOOTRED.EXE.
  326.            
  327.            . Fixed problem where a .BTR extension was being added
  328.              to the Configuration Name field inside a .BTR 
  329.              configuration file.
  330.            
  331.            . Added routine to clear the screen after exiting 
  332.              from the BOOT'R Editor.
  333.  
  334.  
  335. 06-11-93 ■ Version 0.6  (Internal BETA Version.  Not Released.)
  336.  
  337.            . Rewrote routine to load an existing text file into
  338.              the BOOT'R editor.  Added a missing close file 
  339.              statement.
  340.            
  341.            . Fixed problem where editor text was not reappear-
  342.              ing when it was being edited for a second time.  
  343.              (Only occurred after opening a file and editing
  344.              the text.)
  345.            
  346.            . Rewrote entire ReadBTRFile routine to fix problems
  347.              with hanging when attempting to open an existing
  348.              file.
  349.            
  350.            . Modified File List screen to display a constant 
  351.              non-changing title.  Added a separate line to 
  352.              display the configuration name and description.
  353.            
  354.            . Modified Change Description screen to allow users 
  355.              to also change the configuration name.
  356.            
  357.            . Added include file statement to Change Description
  358.              screen.  This fixed two problems where (1) changes 
  359.              to the configuration description were not being 
  360.              saved to the configuration file, and (2) the BOOT'R
  361.              Editor was not warning the user to save changes if
  362.              only the configuration description had changed.
  363.            
  364.            . Added integer variable "OpenFileNumber" to help the
  365.              BOOT'R Editor detect which file was being opened for
  366.              reading.  This fixed a problem where text could not
  367.              be loaded into the editor more than once in a 
  368.              session.
  369.            
  370.            . Added code to allow users to load a text file into
  371.              the editor.  This allows users to import their 
  372.              current configuration files without needing to 
  373.              retype them.
  374.            
  375.            . Added code to place less than (<) and greater than
  376.              (>) signs around the filenames within the .BTR 
  377.              files.
  378.            
  379.            . Changed WriteBTRFile code to write a filename to the
  380.              .BTR file, even if no text is to be written within
  381.              the file.
  382.            
  383.            . Located and removed corruption which occurred after
  384.              importing and modifying "Load Text" form.
  385.            
  386.            . Added and modified form that will be used to load
  387.              text from a random file into the BOOT'R editing 
  388.              screen.
  389.            
  390.            . Added routine to write .BTR files from the BOOT'R
  391.              Editor.
  392.            
  393.            . Added integer variable to find out whether or not 
  394.              any part of a complete configuration had been 
  395.              changed prior to closing it.  Used variable to warn
  396.              users of an unsaved configuration before allowing 
  397.              them to close the configuration.
  398.            
  399.            . Set integer variable to find out whether or not text
  400.              had been changed in the editor before exiting.  Used
  401.              variable to warn users of unsaved text before 
  402.              exiting from the editor.
  403.            
  404.            . Added code to save editor text to a corresponding 
  405.              string variable when save is chosen from the BOOT'R
  406.              editing screen.
  407.            
  408.            . Added code to read .BTR files in the BOOT'R Editor.
  409.            
  410.            . Added code to dynamically change the text displayed
  411.              in the help field on the "New Configuration" screen
  412.              based on the currently selected field.
  413.            
  414.            . Fixed problem where using a text box as a multi-
  415.              line label allowed the user to select and delete the
  416.              internal text using the mouse, even though no tab-
  417.              stop property was set to the item.  Changed all text
  418.              boxes to labels to prevent future problems.
  419.            
  420.            . Fixed Logo Screen problem where clicking on the 
  421.              logo screen would cause it to have a shadow, only
  422.              to disappear once another form was selected.  
  423.              Shadow now appears all the time.
  424.            
  425.            . Added Copy Configuration option to main menu to
  426.              allow users to copy configuration files and 
  427.              information from one .BTR file to another.
  428.            
  429.            . Added support for Cut (CTRL+X), Copy (CTRL+C), 
  430.              Delete (DEL), and Paste (CTRL+V) routines within
  431.              editor.
  432.  
  433.            . Added options to menu within editor to allow 
  434.              keyboard users to maximize or reset the editing
  435.              window size.
  436.            
  437.            . Added maximize button to editor screen to allow 
  438.              mouse users to maximize the editing window.
  439.            
  440.            . Added configuration filename to lower right corner 
  441.              of editor screen.
  442.            
  443.            . Added code to automatically add .BTR extension 
  444.              to configuration name if user neglects to add it.
  445.            
  446.            . Added configuration description to title bar of file
  447.              list screen and editor screen.  If configuration
  448.              description is not available, configuration filename
  449.              is used.
  450.  
  451.            . Added code to set default values after reading the
  452.              BOOTR.INI file if the values in the file were blank.
  453.            
  454.            . Added "RegistrationName=" and "RegistrationNumber="
  455.              to BOOTR.INI file.  Updated code to read and write
  456.              the BOOTR.INI file in the new format.
  457.            
  458.            . Added code to read and write the BOOTR.INI file.
  459.            
  460.            . Added hotkeys to Edit? buttons on the File-List form.
  461.            
  462.            . Changed text and button colors on the File-List form.
  463.            
  464.            . Added register screen for users to register their
  465.              copy of BOOT'R.
  466.            
  467.            . Created menu layout, new configuration screen, open
  468.              file screen, and delete file screen.
  469.            
  470.            . Started initial coding on a user-friendly editor           
  471.              for BOOT'R.
  472.            
  473.  
  474.  
  475.